home *** CD-ROM | disk | FTP | other *** search
/ Menu Planner / Menu Planner (Ohio Distinctive Software).ISO / pc / mp.dir / 00017_open plan.ls < prev    next >
Encoding:
Text File  |  1995-11-07  |  251 b   |  14 lines

  1. on mouseUp
  2.   global gDirty, gNotCancelCommand
  3.   if gDirty then
  4.     set gNotCancelCommand to "tell the stage to OpenPlan"
  5.     tell the stage
  6.       openShouldSaveDialog()
  7.     end tell
  8.   else
  9.     tell the stage
  10.       openPlan()
  11.     end tell
  12.   end if
  13. end
  14.